OfficeDocument Properties

Properties

ApplicationName Gets or sets the name of the application that created the document.
ApplicationVersion Gets or sets the version of the application that created the document.
Category Gets or sets the category of the document. Example values for this property might include: Resume, Letter, Technical Presentation, and so on.
CharacterCount Gets or sets the total number of characters in the document.
Company Gets or sets the name of a company associated with the document.
ContentStatus Gets or sets status of the content. Example values for this property might include: "Draft", "Reviewed", "Final", and so on.
ContentType Gets or sets type of content represented, generally defined by a specific use and intended audience. This property is distinct from MIME content types as defined in RFC 2616.
ContentTypeTable Gets content types table.
Created Gets or sets date and time of creation of the document.
Creator Gets or sets entity primarily responsible for making the content of the document.
CustomFileTable Gets table with documents custom files. It allows you to add files to the document and save them together with document.
CustomProperties 
Description Gets or sets explanation of the content of the document.
DigitalSignature Gets or sets the signature of a digitally signed document.
DocumentSecurity Gets or sets the security level of the document as a numeric value.
EnableScaling Indicates the display mode of the document thumbnail. Set this element to TRUE to enable scaling of the document thumbnail to the display. Set this element to FALSE to enable cropping of the document thumbnail to show only sections that will fit the display.
HeadingPairs Gets or sets heading pairs. Heading pairs indicates the grouping of document parts and the number of parts in each group. These parts are not document parts but conceptual representations of document sections.
HiddenSlideCount Gets or sets the number of hidden slides in a presentation document.
HyperlinkList Gets or sets the set of hyperlinks that were in the document when last saved.
HyperlinksChanged This element specifies that one or more hyperlinks in this part were updated exclusively in this part by a producer. The next producer to open this document shall update the hyperlink relationships with the new hyperlinks specified in this part.
Identifier Gets or sets unambiguous reference to the document within a given context.
InputFileTable Gets table with all input files. It allows you to get files from the document.
IsSharedDocument Indicates if this document is currently shared between multiple producers. If this element is set to TRUE, producers should take care when updating the document.
Keywords Gets or sets delimited set of keywords to support searching and indexing. This is typically a list of terms that are not available elsewhere in the properties.
Language Gets or sets the language of the intellectual content of the document. RFC 3066 provides guidance on encoding to represent languages.
LastCharacterCount Gets or sets the last count of the number of characters (including spaces) in the document.
LastModifiedBy Gets or sets user who performed the last modification. Example values for this property might include: A name, email address, employee ID, and so on.
LastPrinted Gets or sets date and time of the last printing.
LineCount Gets or sets the total number of lines in the document.
LinksUpToDate Indicates whether hyperlinks in the document are up-to-date. Set this element to TRUE to indicate that hyperlinks are updated. Set this element to FALSE to indicate that hyperlinks are outdated.
Macro 
Manager Gets or sets the name of a supervisor associated with the document.
Modified Gets or sets date and time on which the document was changed.
MultimediaClipCount Gets or sets the total number of sound or video clips that are present in the document.
NoteCount Gets or sets the number of slides in a presentation containing notes.
PageCount Gets or sets the total number of pages of the document.
ParagraphCount Gets or sets the total number of paragraphs found in the document.
PartTitles Gets or sets the title of each document.
PresentationFormat Gets or set the intended format for a presentation document.
RelativeHyperlinkBase Gets or sets the base string used for evaluating relative hyperlinks in this document.
Revision Gets or sets the revision number.
Subject Gets or sets the topic of the content of the document.
TemplateName Gets or sets name of an external document template containing format and style information used to create the document.
Theme Gets or sets documents themes.
Title Gets or sets the name given to the document.
TotalTime Gets or sets total time the document has been edited. The default time unit is minutes.
Version Gets or sets the version number.
WordCount Gets or sets the total number of words of the document.

See Also